home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / DO1002.ARJ / SEND.SCR < prev    next >
Text File  |  1991-12-03  |  586b  |  22 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« Send »ye«
  3.  
  4.     /SEND {string}
  5. /cw
  6.     »%t«Send»#« transmits »cy«{string}»#« to the host.  All variables are
  7.     expanded.
  8.  
  9.     »ma«NOTE»cy«:»#« The string is »re«NOT»#« terminated by a »bo«<enter>»#« unless it
  10.           is explicitly coded.
  11.  
  12. .pg
  13.     Examples:
  14. »wh«
  15.     /SEND "This is a test"»#«
  16.         Strings containing spaces must be enclosed in quotes.
  17. »wh«
  18.     /SEND %%password~~013»#«
  19.         Transmits the password contained in the variable followed
  20.         by a carriage return (»cy«~~013»#«).
  21. /ENDEXEC CLEAR
  22.